Silently ignore info being NULL. This is unavoidable with the current
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Oct 2004 18:56:14 +0000 (18:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 1 Oct 2004 18:56:14 +0000 (18:56 +0000)
commit03646f37b11f5ac899be01f1c5bf3ab96b13d5dd
treefd8254421189c097142279e902e0ccdf8eac2b7b
parentc1bdbb3eed63b0b3a7e6fd7e87a56ce0a228035b
Silently ignore info being NULL. This is unavoidable with the current

2004-10-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes):
Silently ignore info being NULL. This is unavoidable with the
current design where we have every implementation of layout_clear
call layout_clear_attributes, and also delegate calls to dependent
cell layouts.  (#154191, Martyn Russell)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcellview.c
gtk/gtktreeviewcolumn.c